home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4485 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  695 b 

  1. Path: news.csd.net!usenet
  2. From: clloyd@csd.net (Chris lloyd)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.win32
  4. Subject: Re: MFC and console apps
  5. Date: Tue, 30 Jan 1996 16:26:44 GMT
  6. Organization: Computer Systems Design Company
  7. Message-ID: <4elh5j$sn6@apollo.csd.net>
  8. References: <4ejfsi$h5s@gate.bronson.com> <310E2BA6.BD5@raster.kodak.com>
  9. NNTP-Posting-Host: ppp17.csd.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Dan Updegraff <dju@raster.kodak.com> wrote:
  13.  
  14. >Scott Wade wrote:
  15. >> 
  16. >> New to MFC and wondering whether it's possible to use MFC classes in a
  17. >> CONSOLE app?
  18. Using container classes is fine but don't use any user interface or
  19. window classes. CString is obviously fine.
  20.  
  21.